home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista CD Expert 8
/
Revista CD Expert nº 08 CD1.iso
/
Utilitarios
/
Programacao
/
Bloodshed Dev-C++ 2.0
/
_SETUP.1
/
winerror.h
< prev
next >
Wrap
C/C++ Source or Header
|
1997-06-16
|
338b
|
13 lines
/* winerror.h
Definitions are in a different layout than MS headers
This file includes our windows.h which in turn should include the
normal contents of this header file (and the other Win32 headers).
*/
#ifndef _PLACEHOLDER_WINERROR_H
#define _PLACEHOLDER_WINERROR_H
#include <windows.h>
#endif /* _PLACEHOLDER_WINERROR_H */